LOOP MUSIC

This command will play and loop the specified music continuously.

  Syntax
LOOP MUSIC Music Number
  Parameters
Music Number
Integer
The music number to loop

  Returns

This command does not return a value.

  Example Code
cls
load music "happy.mp3",1
loop music 1
print "is music looping "+str$(music looping(1))
do
loop
stop music 1
end
  See also

MUSIC Commands Menu
Index